home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
- <head>
- <title>MyServer Documentation - CVS - www.myserverproject.net</title>
- <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
- <meta http-equiv="Content-Style-Type" content="text/css" />
- <link rel="stylesheet" type="text/css" href="../style/myserver.css" />
- </head>
- <body>
- <table class="center" width="95%">
- <tr>
- <td class="center">
- <h1 class="title">CVS</h1>
- <br />
- MyServer is in continuos development so, if you want to have
- the latest files you should use the cvs system. The files
- available in the CVS repository often have more functionality than the
- files that are available for download. However, the files are
- released to the general public after testing of the new features
- implemented, released files are more stable than the files available
- in the CVS repository, we suggest you to use only official releases in production environments.
-
- <br />
- <h2 class="title">Download CVS client</h2>
- If you don't have the CVS client
- visit: <a href="http://www.cvshome.org" target="_blank">www.cvshome.org</a>.
-
- <br />
- <h2 class="title">Anonymous login</h2>
- To get the latest source available use
- the CVS client from the command line:
-
- <p>1. Login:</p>
- <div> </div>
- <span class="code">cvs
- -d:pserver:anonymous@cvs.myserverweb.sourceforge.net:/cvsroot/myserverweb
- login</span>
- <div> </div>
- <p >2. The first time that you copy the CVS contents type:</p>
- <p class="code">cvs
- -d:pserver:anonymous@cvs.myserverweb.sourceforge.net:/cvsroot/myserverweb
- copy myserverweb</p>
-
- <p>3. If you want to
- update your files type:</p>
- <span class="code">cvs
- -d:pserver:anonymous@cvs.myserverweb.sourceforge.net:/cvsroot/myserverweb
- update myserverweb</span>
-
- <br />
- <br />
-
- <p>There are CVS clients available to
- dowload for the Windows operating system. One such client is <a
- href="http://www.tortoisecvs.org/" target="_blank">Tortoise CVS.</a></p>
-
-
-
- </td>
- </tr>
- </table>
-
-
-
-
-
-
-
- </body>
- </html>
-